home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / prolific usb drivers.exe / Drivers / Samsung / win2k / sscdwdm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-10-07  |  4.3 KB  |  146 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  sscdwdm.inf
  4. ;
  5. ; Function:
  6. ;    Install the SAMSUNG CDMA Modem (WDM) on Win9x
  7. ;
  8. ; Copyright (c) 1997-2001 MCCI
  9. ;
  10. ; $Id: lower9x.inf,v 1.16 2002/06/12 17:37:35 greg Exp $
  11. ;
  12. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  13. ;
  14. ; NOTICE: This software is licensed, not sold.  Any modification of this
  15. ; inf file to change the reference to an operating system or to change the
  16. ; reference to a device is not permitted unless authorized in writing by
  17. ; Moore Computer Consultants, Inc..
  18. ;
  19. ;*****************************************************************************
  20.  
  21. [Version]
  22. signature="$CHICAGO$"
  23. Class=USB
  24. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  25. Provider=%Provider%
  26. DriverVer=07/23/2002, 3.34.0.2700
  27.  
  28.  
  29. [ControlFlags]
  30. ExcludeFromSelect = *
  31.  
  32. ;-----------------------------------------------------------------------------
  33. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  34. ;-----------------------------------------------------------------------------
  35. [SourceDisksNames]
  36. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  37. ;    having the tagfile non-null seems to help...
  38. 1=%DiskString%,"sscdmdm.sys",,
  39.  
  40. [SourceDisksFiles]
  41. ; filename = diskid[,[ subdir][, size]]
  42. sscdmdm.sys = 1
  43. sscdcr.sys = 1
  44. sscdvcr.vxd = 1
  45. sscdcm95.sys = 1
  46. sscdcmnt.sys = 1
  47. sscdcomm.vxd = 1
  48. sscdvcd.vxd = 1
  49. sscdvxd.inf = 1
  50.  
  51. ;-----------------------------------------------------------------------------
  52. ; Specify target paths...
  53. ;-----------------------------------------------------------------------------
  54. [DestinationDirs]
  55. DefaultDestDir          = 11                    ; LDID_SYS
  56.  
  57. ;-----------------------------------------------------------------------------
  58. ; Table of Contents
  59. ;-----------------------------------------------------------------------------
  60. [Manufacturer]
  61. %SAMSUNG%=SAMSUNG
  62.  
  63. ;-----------------------------------------------------------------------------
  64. ; Device-by-device entries
  65. ;-----------------------------------------------------------------------------
  66. [SAMSUNG]
  67. %Samsung.Modem.Desc% = SAMSUNG.Install, USB\VID_04E8&PID_6601&MI_00&OS_9X
  68.  
  69. ;-----------------------------------------------------------------------------
  70. ; Installation instructions
  71. ;-----------------------------------------------------------------------------
  72.  
  73. [SAMSUNG.Install]
  74. AddReg        = SAMSUNG.AddReg,SAMSUNG.W95.AddReg,SAMSUNG.W95.AddReg.CRGuid
  75. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  76. DriverVer=07/23/2002, 3.34.0.2700
  77.  
  78.  
  79. ;-----------------------------------------------------------------------------
  80. ;  Registry
  81. ;-----------------------------------------------------------------------------
  82.  
  83. ; common registry entries 
  84. [SAMSUNG.AddReg]
  85. HKR,,NTMPDriver,,sscdmdm.sys
  86. HKR,,CRUpperDescription,,%UpperDescription%
  87.  
  88. ; only for Win95....
  89. [SAMSUNG.W95.AddReg]
  90. HKR,,DevLoader,,*ntkern
  91.  
  92. [SAMSUNG.W95.Addreg.CRGuid]
  93. HKR,,CRGuid,,{05D2A0D0-C810-4495-8F97-3BAA1D2871F7}
  94.  
  95. ;-----------------------------------------------------------------------------
  96. ;  Copy lists
  97. ;-----------------------------------------------------------------------------
  98. [CopyFiles]
  99.  
  100. [CopyFiles.W95]
  101. sscdvcr.vxd
  102. sscdcomm.vxd
  103. sscdvcd.vxd
  104.  
  105. [CopyFiles.sys]
  106. sscdmdm.sys
  107. sscdcr.sys
  108.  
  109. [CopyFiles.W95.sys]
  110. sscdcm.sys,sscdcm95.sys
  111. sscdcm95.sys
  112. sscdcmnt.sys
  113.  
  114. [Copyfiles.W95.inf]
  115. sscdvxd.inf
  116.  
  117.  
  118. ;-----------------------------------------------------------------------------
  119. ; STRINGS
  120. ;-----------------------------------------------------------------------------
  121. [Strings]
  122.  
  123. ;BEGIN ENG - US English Strings
  124. Provider = "SAMSUNG Electronic Co., Ltd."
  125. SAMSUNG = "SAMSUNG Electronic Co., Ltd."
  126. DiskString = "SAMSUNG CDMA Modem Drivers"
  127.  
  128. Samsung.Modem.Desc = "SAMSUNG CDMA Modem"
  129. UpperDescription = "SAMSUNG CDMA Modem"
  130.  
  131. CustomerDataPath = "SAMSUNG CDMA Modem"
  132. DriverSet = "SAMSUNG CDMA Modem Driver Set"
  133. UninstallFile = "SSCDUninstall.exe"
  134. McciOptions = "Uninstallable"
  135.  
  136.  
  137. ;END ENG - US English Strings
  138.  
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ; The following are symbolic constants which don't change per locale.
  142. ;-----------------------------------------------------------------------------
  143.  
  144.  
  145. ;*** end of file ***
  146.